[INFO] cloning repository https://github.com/cassc/gitbook-crawler-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cassc/gitbook-crawler-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassc%2Fgitbook-crawler-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassc%2Fgitbook-crawler-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3d58fa90a95f6fa155e27d182cefe34de3786d5
[INFO] checking cassc/gitbook-crawler-demo/c3d58fa90a95f6fa155e27d182cefe34de3786d5 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassc%2Fgitbook-crawler-demo" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cassc/gitbook-crawler-demo
[INFO] finished tweaking git repo https://github.com/cassc/gitbook-crawler-demo
[INFO] tweaked toml for git repo https://github.com/cassc/gitbook-crawler-demo written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cassc/gitbook-crawler-demo on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cassc/gitbook-crawler-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded strong v0.3.4
[INFO] [stderr]   Downloaded openssl-sys v0.9.103
[INFO] [stderr]   Downloaded playwright v0.0.20
[INFO] [stderr]   Downloaded syn v2.0.76
[INFO] [stderr]   Downloaded openssl v0.10.66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd
[INFO] running `Command { std: "docker" "start" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling cc v1.1.15
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling tokio v1.39.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]     Checking zip v0.5.13
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking clap v4.5.16
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking strong v0.3.4
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling playwright v0.0.20
[INFO] [stderr] error: failed to run custom build command for `playwright v0.0.20`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/playwright-784d05f5c9c6b726/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1454) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/playwright-0.0.20/src/build.rs:50:48:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("playwright.azureedge.net")), port: None, path: "/builds/driver/next/playwright-1.11.0-1620331022000-linux.zip", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x608113b59751 - std[36abf94b324691a9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x608113b59751 - std[36abf94b324691a9]::backtrace_rs::backtrace::trace_unsynchronized::<std[36abf94b324691a9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x608113b59751 - std[36abf94b324691a9]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x608113b59751 - <<std[36abf94b324691a9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[be2d3f505b185930]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x608113b6de3a - <core[be2d3f505b185930]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x608113b6de3a - core[be2d3f505b185930]::fmt::write
[INFO] [stderr]      6:     0x608113b5dc5c - std[36abf94b324691a9]::io::default_write_fmt::<std[36abf94b324691a9]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/io/mod.rs:627:11
[INFO] [stderr]      7:     0x608113b5dc5c - <std[36abf94b324691a9]::sys::stdio::unix::Stderr as std[36abf94b324691a9]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/io/mod.rs:1731:13
[INFO] [stderr]      8:     0x608113b400c6 - <std[36abf94b324691a9]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x608113b400c6 - std[36abf94b324691a9]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x608113b52dd1 - std[36abf94b324691a9]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x608113b530fb - std[36abf94b324691a9]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x608113b40172 - std[36abf94b324691a9]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x608113b351a9 - std[36abf94b324691a9]::sys::backtrace::__rust_end_short_backtrace::<std[36abf94b324691a9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x608113b40bfd - __rustc[49a6681c22848115]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x608113b6e65c - core[be2d3f505b185930]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x608113b6e3b2 - core[be2d3f505b185930]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/core/src/result.rs:1870:5
[INFO] [stderr]     17:     0x608113856e45 - build_script_build[8f97ef8d1b5a1efb]::download
[INFO] [stderr]     18:     0x608113856a68 - build_script_build[8f97ef8d1b5a1efb]::main
[INFO] [stderr]     19:     0x608113858ae3 - <fn() as core[be2d3f505b185930]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     20:     0x608113856466 - std[36abf94b324691a9]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     21:     0x608113856529 - std[36abf94b324691a9]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     22:     0x608113b52517 - <&dyn core[be2d3f505b185930]::ops::function::Fn<(), Output = i32> + core[be2d3f505b185930]::marker::Sync + core[be2d3f505b185930]::panic::unwind_safe::RefUnwindSafe as core[be2d3f505b185930]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x608113b52517 - std[36abf94b324691a9]::panicking::catch_unwind::do_call::<&dyn core[be2d3f505b185930]::ops::function::Fn<(), Output = i32> + core[be2d3f505b185930]::marker::Sync + core[be2d3f505b185930]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:576:43
[INFO] [stderr]     24:     0x608113b52517 - std[36abf94b324691a9]::panicking::catch_unwind::<i32, &dyn core[be2d3f505b185930]::ops::function::Fn<(), Output = i32> + core[be2d3f505b185930]::marker::Sync + core[be2d3f505b185930]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:544:19
[INFO] [stderr]     25:     0x608113b52517 - std[36abf94b324691a9]::panic::catch_unwind::<&dyn core[be2d3f505b185930]::ops::function::Fn<(), Output = i32> + core[be2d3f505b185930]::marker::Sync + core[be2d3f505b185930]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x608113b52517 - std[36abf94b324691a9]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x608113b52517 - std[36abf94b324691a9]::panicking::catch_unwind::do_call::<std[36abf94b324691a9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:576:43
[INFO] [stderr]     28:     0x608113b52517 - std[36abf94b324691a9]::panicking::catch_unwind::<isize, std[36abf94b324691a9]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panicking.rs:544:19
[INFO] [stderr]     29:     0x608113b52517 - std[36abf94b324691a9]::panic::catch_unwind::<std[36abf94b324691a9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x608113b52517 - std[36abf94b324691a9]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/c290daa1e5274a52e54a0f49e31bd70192abc606/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x608113855d51 - std[36abf94b324691a9]::rt::lang_start::<()>
[INFO] [stderr]     32:     0x608113858d05 - main
[INFO] [stderr]     33:     0x7541d53931ca - <unknown>
[INFO] [stderr]     34:     0x7541d539328b - __libc_start_main
[INFO] [stderr]     35:     0x608113855255 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd", kill_on_drop: false }`
[INFO] [stdout] b9179b33bc4342f0cb28b05d675ece992b0d2a14fb4ddfce34583958e4ac19fd
